﻿html,body{height:100%;min-width:1280px;}
body{color:#333;font:20px/26px Arial, Helvetica, sans-serif;background:url(../images/bg_body.png) repeat-y #F8F8F8;}
a{color:#333;}
a:hover{color:#1273DF;}
.w{width:1280px;margin:0 auto;}
.header{background:url(../images/bg_header.png) repeat-x top #FFF;}
.header>.w{height:160px;padding-top:20px;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;}
.header .search{width:500px;height:36px;border-radius:3px;background:#F6F6F6;display:flex;align-items:center;}
.header input{background:none;height:24px;}
.header .inputBox{font-size:16px;color:#8B8B8B;width:450px;height:20px;padding-left:15px;box-sizing:border-box;border-right:1px solid #8B8B8B;}
.header .submit{width:50px;background:url(../images/ico_search.png) no-repeat center left 13px;cursor:pointer;}
.header>*,.header>*>*,.header .other>*{display:flex;}
.header .LS{align-items:center;padding-top:10px;}
.header .other{width:500px;padding-bottom:15px;justify-content:right;flex-wrap:wrap;}
.header .date{font-size:15px;margin-bottom:10px;align-items:center;}
.header .date span{padding-left:30px;}
.header .date a{width:30px;height:30px;background:url(../images/ico_lan.png) no-repeat;display:block;margin-left:40px;}
.header .date a:hover{background-image:url(../images/ico_lanOn.png);}

.nav{height:60px;background:#153F86;}
.nav a{color:#FFF;font-size:20px;}
.nav a:hover{color:#F1CA4F;}
.navList{justify-content:space-between;align-items:center;}
.page-large{font-size:16px;}

.footer{font-size:16px;background:url(../images/bg_channel.png) repeat-x left top #FFF;}
.footer h5{color:#1273DF;font-size:24px;font-weight:bold;margin-bottom:20px;}
.footer .link{font-size:18px;padding:30px 0;}
.footer .link ul a{line-height:40px;margin:0 20px;white-space:nowrap;}
.footer .other{height:180px;padding-top:50px;text-align:center;background:url(../images/bg_footer.png) repeat-x bottom #153F86;box-sizing:border-box;}
.footer .other,.footer .other a{color:#FFF;}
.footer .other p{padding:3px 0;}
.footer .other span{margin:0 10px;}
.footer .record{text-align:center;display:flex;justify-content:center;}
.footer .record a{display:inline-flex;align-items:center;}